*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 1 Apr 2007 19:35:32 +0000 (19:35 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 1 Apr 2007 19:35:32 +0000 (19:35 +0000)
lisp/ChangeLog

index a0af8cc104ad23d876fbe373eef1ae4bffe07854..a3a7f0ba35b45af9426ad45ea27080a7edd96a94 100644 (file)
@@ -1,3 +1,11 @@
+2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
+       emacs-lisp-docstring-fill-column in emacs-lisp-mode.
+
+       * newcomment.el (comment-search-forward): Discard comment starters
+       before point.
+
 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
 
        * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
        * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
        when downcasing.
 
-       * button.el (previous-button): Rewrite to account for adjacent
-       buttons.
+       * button.el (previous-button): Rewrite to account for adjacent buttons.
 
 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
 
-       * progmodes/idlwave.el (idlwave-auto-fill): Revert
-       paragraph-separate change.
+       * progmodes/idlwave.el (idlwave-auto-fill):
+       Revert paragraph-separate change.
 
-       * progmodes/idlw-shell.el (idlwave-shell-break-in): Simplify
-       module calc.
+       * progmodes/idlw-shell.el (idlwave-shell-break-in):
+       Simplify module calc.
        (idlwave-shell-set-bp-in-module): Compute module.
 
 2007-03-31  Glenn Morris  <rgm@gnu.org>